scrollbar: Don't talk about steppers
authorMatthias Clasen <mclasen@redhat.com>
Wed, 18 Nov 2020 22:27:13 +0000 (17:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 18 Nov 2020 22:27:13 +0000 (17:27 -0500)
There steppers were lost on the way from GtkRange
to GtkScrollbar, so don't talk about them in the docs.

gtk/gtkscrollbar.c

index 14ba704ff76fcefd37d451d19dc6d4f50ceed785..f3d02f8bf8fd5522e52c7ded03dca8d806be574f 100644 (file)
@@ -52,8 +52,8 @@
  * #GtkAdjustment:page-size represents the size of the visible scrollable area.
  * The fields #GtkAdjustment:step-increment and #GtkAdjustment:page-increment
  * fields are added to or subtracted from the #GtkAdjustment:value when the user
- * asks to move by a step (using e.g. the cursor arrow keys or, if present, the
- * stepper buttons) or by a page (using e.g. the Page Down/Up keys).
+ * asks to move by a step (using e.g. the cursor arrow keys) or by a page (using
+ * e.g. the Page Down/Up keys).
  *
  * # CSS nodes
  *
  * The range node gets the style class .fine-tune added when the scrollbar is
  * in 'fine-tuning' mode.
  *
- * If steppers are enabled, they are represented by up to four additional
- * subnodes with name button. These get the style classes .up and .down to
- * indicate in which direction they are moving.
- *
  * Other style classes that may be added to scrollbars inside #GtkScrolledWindow
  * include the positional classes (.left, .right, .top, .bottom) and style
  * classes related to overlay scrolling (.overlay-indicator, .dragging, .hovering).